home *** CD-ROM | disk | FTP | other *** search
- <!--
- * This file was automatically generated by Microsoft Internet Explorer 4.0
- * using the file %TEMPLATEDIR%\printers.htt
- -->
-
- <html>
- <head>
- <script language="JavaScript" for="FileList" event="SelectionChanged">
- var L_Help_Text = "The Add Printer wizard walks you step-by-step through installing a printer. Just follow the instructions on each screen.";
- var items = FileList.FocusedItem;
- var fldr = FileList.Folder;
- var data;
- var text;
-
- // name
- text = "<b>" + items.Name + "</b>";
-
- // comment
- data = fldr.GetDetailsOf(items, 3);
- if (data != "")
- text += "<br>" + data;
-
- // documents
- data = fldr.GetDetailsOf(items, 1);
- if (data != "")
- text += "<br><br>" + fldr.GetDetailsOf(null, 1) + ": " + data;
-
- // status
- data = fldr.GetDetailsOf(items, 2);
- if (data != "")
- text += "<br><br><b><font color=red>" + data + "</font></b>";
-
- // tip?
- data = fldr.GetDetailsOf(items, -1);
- if (data != "" && data != name)
- text += "<br><br>" + data;
-
- // help
- if (fldr.GetDetailsOf(items, 0) == "WinUtils_NewObject")
- text += "<br><br>" + L_Help_Text;
-
- SPAN1.innerHTML = text;
- </script>
-
- <script>
- function fixSize() {
- var hideTop = 200
- var hideLeft = 400
- var ch = document.body.clientHeight
- var cw = document.body.clientWidth
- if (hideTop > ch) {
- document.all.heading.visibility = "hidden"
- document.all.FileList.style.pixelTop = 0
- document.all.panel.style.pixelTop = 0
- } else {
- document.all.heading.visibility = "visible"
- document.all.FileList.style.top = (document.all.heading.offsetHeight - 32) + "px"
- document.all.panel.style.top = (document.all.heading.offsetHeight) + "px"
- document.all.rule.style.width = (cw - 84) + "px"
- }
- if (hideLeft > cw) {
- document.all.panel.visibility = "hidden"
- document.all.FileList.style.pixelLeft = 0
- document.all.FileList.style.pixelTop = document.all.panel.style.pixelTop
- } else {
- document.all.panel.visibility = "visible"
- document.all.FileList.style.pixelLeft = document.all.panel.style.pixelWidth
- }
- document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft
- document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop
- document.all.panel.style.pixelHeight = ch - document.all.panel.style.pixelTop
- }
- </script>
- </head>
-
- <body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 scroll=no onload="fixSize()">
- <div ID="heading" style="position: absolute; width: 100%; height: 88px; background: URL(res://webvw.dll/printers.gif) no-repeat">
- <p style="margin-left: 80px; padding-left: 20px; margin-top: 16px">
- <table>
- <tr>
- <td nowrap>
- <font style="font: 16pt/16pt verdana; font-weight: bold; color: #0099FF">
- %THISDIRNAME%
- </font>
- </td>
- </tr>
- </table>
- <hr ID="rule" style="position: absolute; top: 44px; left: 84px" size=1px color=black>
- </div>
-
- <div ID="panel" style="position: absolute; top: 88px; width: 30%; background: window; overflow: auto">
- <p style="margin-left: 20px; margin-top: 8px; margin-right: 8px">
- <font style="font: 8pt/10pt verdana; font-weight: normal; color: text">
- <span id="SPAN1">
- This folder contains information about your current printers and a wizard to help you install new ones.
- <br><br>
- To get information about a printer that's already installed, right-click the printer's icon.
- <br><br>
- To install a new printer, click Add Printer to start the Add Printer wizard.
- </span>
- </font>
- </div>
-
- <object id="FileList" border=0 tabindex=1
- classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"
- style="position: absolute; left: 30%; top: 88px; width: 70%; height: 100%">
- </object>
-
- <script language="JavaScript">
- window.onresize = fixSize;
- </script>
- </body>
- </html>
-